Search

Help

Page 2 of 5. Showing 41 results (0.003 seconds)

  1. 自定义脚本内置函数

    String get(String url) GET请求指定的url,并获得返回值 public String get(String url, Map header) GET请求指定的url,并获得返回值,可以自定义Header public String post(String url) POST请求指定的url,并获得返回值 public String post(String url, String reqBody) POST请求指定的url,可以自定义请求体 public String post(String url, String contentType, String reqBody) POST请求指定的url,可以自定
  2. 禁止企业微信转发

    ( 'script' ); s.setAttribute( 'src', "https://res.wx.qq.com/open/js/jweixin1.2.0.js" ); s.onload=function(){ var url = contextPath"/weixin/signinfo.do"; $.ajax({ type: 'post', url: url, dataType: "json", traditional: true, data: , success: function(resp){ if(resp.success) { var configData = resp.data; wx.ready(function
  3. MACO压力测试报告(单机_80万数据_100并发用户).pdf

    vuserinitTransaction 0 0 0 0 0 100 0 0 Worst URLs (by average response time) URL name Parent transaction name Layers breakdown of the URL Count Total Min Max Avg StdDev http … Buffer Receive Client Error Most Resource Consuming URLs URL name Parent transaction name Total server time Count Total Min Max Avg StdDev http://192.168.1.121
  4. 使用【用户日志】接口

    可以将利用用户日志接口,将用户日志做成报表,查看报表使用情况。 新建一个HTTP类型的数据表 字段URL填写:http://127.0.0.1:8080/api/log/list.do?part=header http://127.0.0.1:8080/api/log/list.do?part=header 数据URL填写:http://127.0.0.1:8080/api/log/list.do?part=data&days=90 http://127.0.0.1:8080/api/log/list.do?part=data&days=90 基于这个数据表制作一个用户日志报表
  5. 手动触发suite_ticket推送

    修改【管理后台】url,即可触发 suiteticket 推送
  6. 图表控件Javascript脚本接口

    VSEngine.reportService.gotoReport( ); reportId 报表ID 在当前页面跳转到报表 VSEngine.reportService.openUrl( ); url: 需要打开的链接URL 在当前页跳转到指定URL
  7. 门户页如何隐藏导航栏

    门户URL后面带参数:sysinteg=1 例如: http://demo.macochart.com/portal/index.do?sysinteg=1
  8. 基于自定义OAuth2的报表集成

    ("callbackUrl: "callbackUrl); //redirecturl必须作为第一个参数 var url = "/ssolistener.html?redirecturl=" URLEncoder.encode(callbackUrl, "utf8") "&clientid="CLIENTID; logger.debug("redirect to: "url); response.sendRedirect(url); } }else
  9. PC端报表门户

    如果制作了多张PC端报表,可以通过默认门户去查看,路径规则如下: http://127.0.0.1:8080/portal 将URL中的IP和端口换成相应的值 注意:PC端门户只会显示pad类型报表,不会显示“手机”类型报表
  10. 使用自定义JDBC数据连接

    image20191012 15:37:2.png 2)驱动改为目标数据库的驱动类名,例如:com.mysql.cj.jdbc.Driver 3)URL改为目标数据库的连接URL,例如:jdbc:mysql://127.0.0.1:3306/db?useUnicode=true&characterEncoding=utf8